home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n09
/
login.prg
< prev
next >
Wrap
Text File
|
1991-08-09
|
433b
|
15 lines
SET TALK OFF
USE Log
ACCEPT "Purpose for computer use? " TO why
ACCEPT "<W>ork related or <P>ersonal? " TO work
IF work<>"W".AND.work<>"w"
STORE "P" TO work
ELSE
STORE "W" TO work
ENDIF
APPEND BLANK
REPLACE log_date WITH date(), purpose WITH why
REPLACE type WITH work, time_in WITH time()
* Now leave dBASE to the DOS prompt
QUIT